home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / xtensions / res / description / Fedit.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  127b  |  12 lines

  1. #ifndef _FEDIT_H_
  2. #define _FEDIT_H_
  3.  
  4. enum
  5. {
  6.     ID_FILTEREMULATION         = 1000,
  7.     FILTEREMULATION_EDIT     = 1001
  8. };
  9.  
  10. #endif
  11.  
  12.